home *** CD-ROM | disk | FTP | other *** search
/ The Book of Tells / The Book of Tells.iso / vidgal.dir / 00011_Script_11 < prev    next >
Text File  |  1994-09-22  |  204b  |  8 lines

  1. on exitFrame
  2.   global movieSpriteNum,mStartTime,mStopTime,moving
  3.   
  4.   setTime
  5. if (the movietime of sprite movieSpriteNum >= (mStopTime)) and (moving=TRUE) then resetMovieToStart
  6.  
  7.   go the frame
  8. end